Skip to main content
Version: 11.x

Type alias: HTTPBatchStreamLinkOptions<TRoot>

HTTPBatchStreamLinkOptions: <TRoot> HTTPBatchLinkOptions< TRoot > & {maxItems: number;}

HTTPBatchStreamLinkOptions.maxItems

optional maxItems: number

Maximum number of calls in a single batch request

Default

ts
Infinity
ts
Infinity

Type parameters

Parameter
TRoot extends AnyRootTypes

Source

packages/client/src/links/httpBatchStreamLink.ts:20


Generated using TypeDoc and typedoc-plugin-markdown